home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
dev
/
lang
/
SmallEiffel.lha
/
SmallEiffel
/
lib_show
/
animal
/
mille_pattes.e
< prev
next >
Wrap
Text File
|
1998-12-22
|
148b
|
13 lines
class MILLE_PATTES
inherit ANIMAL;
feature {ANY}
crier is
do
std_output.put_string("SCOLO");
end;
end -- MILLE_PATTES